MUISmartPanelSetPropertyΒΆ

MUISmartPanelSetProperty, hWin:MUIWND, Property:MUIPROPERTY, PropertyValue:MUIPROPERTYVALUE

Sets the value of a property in a ModernUI_SmartPanel control. See ModernUI_SmartPanel Properties for details on the properties available

Parameters

  • [in] hWin - handle to the ModernUI_SmartPanel control
  • [in] Property - the property to set. See ModernUI_SmartPanel Properties for details on the properties available
  • [in] PropertyValue - the value to set the property to

Return

Returns the previously set value for the property, or NULL otherwise

Example

Invoke MUISmartPanelSetProperty, hSP, @SmartPanelBackColor, MUI_RGBCOLOR(240,240,240)

See Also

MUISmartPanelGetProperty, ModernUI_SmartPanel Properties